From b6656088162e00c77f9d84f96e5721c0b84dd5ec Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Wed, 15 Jul 1998 21:15:33 +0000 Subject: [PATCH] Build fixes for gdkrgb -Yosh --- config.h.in | 4 ++++ gdk/Makefile.am | 2 ++ 2 files changed, 6 insertions(+) diff --git a/config.h.in b/config.h.in index 1c4ab3e3a5..c14d37bf2a 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,10 @@ /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 2aaa0dee7a..002e7c42bb 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -23,6 +23,7 @@ libgdk_1_1_la_SOURCES = \ gdkinputxfree.h \ gdkpixmap.c \ gdkproperty.c \ + gdkrgb.c \ gdkrectangle.c \ gdkregion.c \ gdkselection.c \ @@ -41,6 +42,7 @@ libgdk_1_1_la_SOURCES = \ gdkinclude_HEADERS = \ gdk.h \ gdkcursors.h \ + gdkrgb.h \ gdki18n.h \ gdkkeysyms.h \ gdkprivate.h \ -- 2.30.2